From b894b061efea68427496c5e131f7ac4b17d248cb Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 23 Jun 2009 05:49:16 +0000 Subject: [PATCH] Change font_add_log to FONT_ADD_LOG. --- src/w32uniscribe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/w32uniscribe.c b/src/w32uniscribe.c index f865c1abfd0..9e75b671616 100644 --- a/src/w32uniscribe.c +++ b/src/w32uniscribe.c @@ -78,7 +78,7 @@ uniscribe_list (frame, font_spec) Lisp_Object frame, font_spec; { Lisp_Object fonts = w32font_list_internal (frame, font_spec, 1); - font_add_log ("uniscribe-list", font_spec, fonts); + FONT_ADD_LOG ("uniscribe-list", font_spec, fonts); return fonts; } @@ -87,7 +87,7 @@ uniscribe_match (frame, font_spec) Lisp_Object frame, font_spec; { Lisp_Object entity = w32font_match_internal (frame, font_spec, 1); - font_add_log ("uniscribe-match", font_spec, entity); + FONT_ADD_LOG ("uniscribe-match", font_spec, entity); return entity; } -- 2.30.2